dsh-fork-graph:在 DSH 会话头部显示会话分叉拓扑

`dsh-fork-graph` 是一款由 chouyong 维护的 DeepSeek Harness (DSH) Web 插件,采用 MIT 许可证。其核心功能是将 DSH 会话的 fork 关系从传统的扁平列表转化为 git-graph 风格的可视化拓扑图。该插件不替代 DSH 的 fork 动作,也不维护独立数据,而是对现有会话列表数据进行纯投影,旨在清晰展示“哪个会话从哪个会话分叉”的血缘关系,并支持在分支节点间点击跳转。 主要特性包括:在会话头部显示彩色分支 lane 和 fork 曲线,每个节点显示标题及状态(如 current、running 等),默认聚焦当前会话的 linea

Read More
dsh-remote-link: Securely Expose DSH Web UI to LAN with Agent Session Forking Support

dsh-remote-link is a DSH plugin designed to address the challenge of securely accessing the local DSH Web UI from a mobile phone or LAN device. It authenticates on a dedicated gateway port and reverse-proxies to the loopback address, thereby avoiding security risks associated with directly exposing the Web UI. Key features include: 1. **Secure Remote Access**: Supports one-time QR code pairing, HMAC challenge-response, and HttpOnly Cookie session management, replacing long-term credentials. 2. **Status and Monitoring**: Provides a `/status` page that displays link status, device identity, heartbeat, and upstream health, along with support for host telemetry data subscription. 3. **Model Enhancement**: Introduces a `fork_session` tool, allowing the model to create sub-sessions based on recently completed rounds, facilitating exploratory...

Read More